-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default path for MRIUploadIncomingPath #1627
Conversation
Current coverage is
|
@@ -0,0 +1 @@ | |||
UPDATE Config AS c, ConfigSettings AS cs SET c.value="/data/incoming/" WHERE c.ConfigID=cs.ID AND cs.Name="MRIUploadIncomingPath"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should include add a where clause to only update if it's set to the default, and not overwrite existing variables. (Patch only)
Should the existing projects apply this patch? |
I don't think it matters.. if they've customized it, the WHERE clause will make it a no-op. |
@MounaSafiHarab tagged for existing projects. adding to notes |
Set default to /data/incoming (like what we have in the installation scripts) to prevent imaging_uploader from uploading to /tmp/